home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / frame_8 / DoAction.as
Text File  |  2010-11-09  |  366b  |  19 lines

  1. tropa1.soldados = new Array();
  2. tropa1.setFundos(_root.fundo_inicial);
  3. tropa1.setCenario(0);
  4. tropa1.setEstrategia(0);
  5. tropa1.cod = 0;
  6. _root.edFundos = tropa1.getFundos();
  7. if(tropa1.getEstrategia() == 1)
  8. {
  9.    est_defender.gotoAndStop(2);
  10. }
  11. else if(tropa1.getEstrategia() == 3)
  12. {
  13.    est_recuar.gotoAndStop(2);
  14. }
  15. else
  16. {
  17.    est_atacar.gotoAndStop(2);
  18. }
  19.